Skip to content

[core] Add TColorNumber constructor from a C-style string#20271

Merged
dpiparo merged 1 commit intoroot-project:masterfrom
guitargeek:tcolornumber
Nov 4, 2025
Merged

[core] Add TColorNumber constructor from a C-style string#20271
dpiparo merged 1 commit intoroot-project:masterfrom
guitargeek:tcolornumber

Conversation

@guitargeek
Copy link
Contributor

We also require an overload for C-style strings. That's because the TColorNumber is designed to be constructed implicitly, and C++ won't do two user-defined conversions in a single implicit conversion chain.

We also require an overload for C-style strings. That's because the
TColorNumber is designed to be constructed implicitly, and C++ won't do
two user-defined conversions in a single implicit conversion chain.
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Test Results

    22 files      22 suites   3d 16h 21m 52s ⏱️
 3 707 tests  3 707 ✅ 0 💤 0 ❌
79 558 runs  79 558 ✅ 0 💤 0 ❌

Results for commit 538ebdb.

♻️ This comment has been updated with latest results.

Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks, could you point this to the other PR so that we understand the use case?

@siliataider
Copy link
Contributor

Thanks! I adapted #20258 accordingly

@dpiparo dpiparo merged commit 7a25b43 into root-project:master Nov 4, 2025
50 of 52 checks passed
@guitargeek guitargeek deleted the tcolornumber branch March 8, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants